home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 8 / QRZ Ham Radio Callsign Database - Volume 8.iso / mac / german / tcpip / gp160.exe / #GP160.EXE / G.GPH < prev    next >
Text File  |  1993-09-16  |  9KB  |  242 lines

  1. @@
  2.  
  3.   //<n> <Text>           : Sends a text to channel <n>
  4.   //7+ <ON/OFF>          : Switches 7+ AutoSave on or off
  5.   //Activity             : Query sysop activity
  6.   //Bell                 : Calls Sysop by ringing a bell
  7.   //CATalog [wildcard]   : Shows a list of all readable files
  8.   //CUT                  : Aborts a file transfer
  9.   //DELete               : Delets a file, which is generated by //Write
  10.   //DIRectory [wildcard] : like //CATalog
  11.   //DISConnect           : Fast Disconnect (without dismissal)
  12.   //Echo <text>          : Sends back <text>
  13.   //END                  : Ends text saving, which was started by //Write
  14.   //Help [command]       : This message or more details on "command"
  15.   //Info                 : Sends an info about this station
  16.   //Language <language>  : Changes the language of the messages
  17.   //MHeard [number]      : Shows a list of heard stations
  18.   //MHeard <call>        : Shows at which time <call> was finally heard
  19.   //Name <name>          : Stores your name if not yet known
  20.   //NEws                 : Shows news (if there exist any)
  21.   //PRompt <ON/OFF>      : Switches on/off the Remote Prompt
  22.   //Quit                 : Quits the contact
  23.   //Read <filename>      : Sends the file "filename"
  24.   //RPrg <filename>      : Sends the file "filename" in the AutoBin mode
  25.   //RTt <portnr>         : Shows the round trip time
  26.   //RUN <program>        : Runs an external program
  27.   //Usage [call]         : Chanel state or a short info about "call"
  28.   //VERsion              : Shows the version number of this software
  29.   //Write <filename>     : Stores the following text into the file "filename"
  30.   //WPrg <filename>      : Stores a file in the AutoBin mode
  31.  
  32.   All commands must begin in the first row and must be completed with a CR.
  33.   Type "//h h" for more details.
  34.  
  35. @7+,2
  36.  
  37.   //7+ <ON/OFF>
  38.       This command switches 7+ AutoSave on or off. This command may be used
  39.       if you want to send some 7+ files, but the operator is not at his
  40.       station and you are not sure, if he turned 7+ AutoSave on or not.
  41.  
  42. @ACTIVITY,2
  43.  
  44.   //Activity
  45.       This command shows the space of time when the sysop finally pressed
  46.       a key or moved the mouse.
  47.  
  48. @WPRG,2
  49.  
  50.   //WPrg <filename>
  51.       This command starts the storage of a file in AutoBin mode.
  52.       The AutoBin mode is a simple transfer protocol which contains a CRC
  53.       check. Unfortunately it doesnt't correct errors.
  54.       This AutoBin mode is compatible to THP and SP.
  55.  
  56. @WRITE,1
  57.  
  58.   //Write <filename>
  59.       This command starts the storage of a text. All text after this command
  60.       will be stored into the file "filename" until you send a Ctrl-Z or
  61.       the command //END.
  62.  
  63. @VERSION,3
  64.  
  65.   //VERsion
  66.       Shows the version number of this software.
  67.  
  68. @USAGE,1
  69.  
  70.   //Usage [call]
  71.       The command without further parameters shows the actual channel state
  72.       of this station.
  73.       If you add a call to the command, you will get a short information
  74.       about the call, if it's stored in path file of GP.
  75.  
  76. @RUN,3
  77.  
  78.   //RUN <program>
  79.       This function runs an external program and sends the output to the TNC.
  80.       All external programs must use the DOS standard output handle or it
  81.       won't work with GP.
  82.       The parameter "?" will send back a list of all available programs.
  83.  
  84.       There can be run two types of remote programs:
  85.  
  86.       a) Standard remote programs
  87.         The call of these programs consists of five steps:
  88.              1.: Open a temporary file on disk.
  89.              2.: Redirect the DOS device CON into this file.
  90.              3.: Run the program. The screen output will now be written into
  91.                  the file.
  92.              4.: Read the temporary file ans send it to the TNC.
  93.              5.: Delete the temporary file.
  94.         These programs may be programmed of any user of GP in any program
  95.         language. The only thing you must consider is to use the DOS Handle 1
  96.         (standard output device) for your screen outputs.
  97.  
  98.       b) GPRI programs
  99.         Since version 1.50 GP includes a special program interface called
  100.         GPRI (Graphic Packet Remote Interface). This interface allows an
  101.         interactive communication between the remote program and the
  102.         remote user. GPRI-programs run in a kind of "multitasking", so
  103.         several connected users can run these programs at the same time.
  104.  
  105. @RPRG,2
  106.  
  107.   //RPrg <filename>
  108.       This function sends a file in AutoBin mode. You must first set your
  109.       own program ready to recieve the file in AutoBin mode before sending
  110.       the remote command. 
  111.       The AutoBin mode is compatible to THP and SP.
  112.  
  113. @READ,1
  114.  
  115.   //Read <filename>
  116.       This command sends you a text file. You can get a list of all readable
  117.       files by sending the command "//CATalog".
  118.  
  119. @QUIT,1
  120.  
  121.   //Quit
  122.       This command can be used to terminate the QSO instead of a simple
  123.       hard disconnect. If you use this command, you will get a dismissal text
  124.       before the QSO is disconnected.
  125.  
  126. @PROMPT,2
  127.  
  128.   //PRompt <ON/OFF>
  129.       This command turns on/off the remote prompt. If it's on, the prompt
  130.       will appear, when a remote command is completed to show you the system
  131.       is ready to get the next command.
  132.  
  133. @NEWS,2
  134.  
  135.   //NEws
  136.       This command will show you some news if there exist any.
  137.  
  138. @NAME,1
  139.  
  140.   //Name <name>
  141.       If your name istn't yet stored in the path file of GP, you can use
  142.       this command to add your name to the file. You must use a <SPACE> to
  143.       seperate the name from the command. The name itself can consist of any
  144.       character, including <SPACE>.
  145.  
  146. @MHEARD,2
  147.  
  148.   //MHeard [number]
  149.       This command shows you a list of heard stations. If you append a
  150.       number to the command (seperated by a single <SPACE>), GP will send
  151.       you this number of finally heard stations. The single command without
  152.       a number will show you the last 20 stations.
  153.  
  154. @INFO,1
  155.  
  156.   //Info
  157.       Shows an information text about this station.
  158.  
  159. @HELP,1
  160.  
  161.   //Help
  162.       General information:
  163.       All commands must begin in the first row and be completed with a <CR>.
  164.       You must begin each command with "//" or nothing will happen.
  165.       All commands may be abbreviated. If you add a parameter to the command,
  166.       you must sperate it with a single <SPACE> from the command. If a
  167.       command needs more than one parameter, all parameters must be seperated
  168.       by a single <SPACE>, too.
  169.       A command inclusive parameters must not exceed the length of 80
  170.       characters.
  171.  
  172. @END,3
  173.  
  174.   //END
  175.       Aborts the file transfer, which was started by //Write. This command
  176.       can't be used to abort an AutoBin transfer.
  177.  
  178. @ECHO,1
  179.  
  180.   //Echo <text>
  181.       This command is a simple echo and sends back the following text.
  182.       Seperate the Text from the command with a <SPACE>.
  183.  
  184. @DISCONNECT,4
  185.  
  186.   //DISConnect
  187.       This command terminates the QSO immediately without any dismissal text.
  188.  
  189. @DIRECTORY,3
  190.  
  191.   //DIRectory [wildcard]
  192.       This function returns the volume of the user directory. All files
  193.       can be read with //Read or //RPrg. Also //Write or //WPrg write the
  194.       files into this directory.
  195.       You can use wildcards with this command, e.g. "//DIR *.txt". You
  196.       even can use several wildcards seperated by a semicolon.
  197.       e.g. "//DIR *.txt;*.doc"
  198.  
  199. @DELETE,3
  200.  
  201.   //DELete <filename>
  202.       This command allows you to delete a file from the user directory.
  203.       You only can delete files, which you have generated by yourself with
  204.       //Write. Other files can only be deleted by the sysop of this station.
  205.  
  206. @CUT,3
  207.  
  208.   //CUT
  209.       If you have started a file transfer with //Read, you are able to
  210.       abort it with this command.
  211.  
  212. @CATALOG,3
  213.  
  214.   //CATalog [wildcard]
  215.       This function returns the volume of the user directory. All files
  216.       can be read with //Read or //RPrg. Also //Write or //WPrg write the
  217.       files into this directory.
  218.       You can use wildcards with this command, e.g. "//CAT *.txt". You
  219.       even can use several wildcards seperated by a semicolon.
  220.       e.g. "//CAT *.txt;*.doc"
  221.  
  222. @BELL,1
  223.  
  224.   //Bell
  225.       This command activates a bell to wake up the operator. :-)
  226.  
  227. @LANGUAGE,1
  228.  
  229.   //Language <language>
  230.       With this command you can change the language of the remote messages.
  231.       A call without parameters returns a list of all supported languages.
  232.  
  233. @RTT,2
  234.  
  235.   //RTt <portnr>
  236.       This command calculates the round trip time between our stations.
  237.       Your program must be able to execute the remote command "//Echo",
  238.       otherwise this command will not work. If you use BayCom or Digicom,
  239.       add the number of the actual port to the command, e.g. "//RT 1".
  240.  
  241. @@[EOF]
  242.